ChannelOrBuilder

interface ChannelOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getIndex(): Int

The index of this channel in the channel table (from 0 to MAX_NUM_CHANNELS-1)
(Someday - not currently implemented) An index of -1 could be used to mean "set by name",
in which case the target node will find and set the channel by settings.name.
int32 index = 1;
Link copied to clipboard

TODO: REPLACE
.meshtastic.Channel.Role role = 3;
Link copied to clipboard
abstract fun getRoleValue(): Int

TODO: REPLACE
.meshtastic.Channel.Role role = 3;
Link copied to clipboard

The new settings, or NULL to disable that channel
.meshtastic.ChannelSettings settings = 2;
Link copied to clipboard

The new settings, or NULL to disable that channel
.meshtastic.ChannelSettings settings = 2;
Link copied to clipboard
abstract fun hasSettings(): Boolean

The new settings, or NULL to disable that channel
.meshtastic.ChannelSettings settings = 2;